home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xsw
/
include
/
xprocs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
979b
|
34 lines
/*
* @(#) xprocs.h 1.2 92/09/30
*/
/***************************************************************************
*
* Copyright (c) 1990 The Santa Cruz Operation, Inc.
*
* All rights reserved. No part of this program or publication may be
* reproduced, transmitted, transcribed, stored in a retrieval system,
* or translated into any language or computer language, in any form or
* by any means, electronic, mechanical, magnetic, optical, chemical,
* biological, or otherwise, without the prior written permission of:
*
* The Santa Cruz Operation , Inc. (408) 425-7222
* 400 Encinal St., Santa Cruz, California 95060 USA
*
**************************************************************************/
/*
* Modification History
*
* S001, 01-Jan-93, rickra
* Did some minor clean up.
* S000, 30-Sep-92, rickra
* Added copyright and modification history
*/
typedef struct fontstructure
{
char *font_name;
} FontStructure;
extern MyResources res;